fix(update): GNU/MUSL fallback for autoupdate and release pipeline#790
Closed
AlexMikhalev wants to merge 5 commits intomainfrom
Closed
fix(update): GNU/MUSL fallback for autoupdate and release pipeline#790AlexMikhalev wants to merge 5 commits intomainfrom
AlexMikhalev wants to merge 5 commits intomainfrom
Conversation
- Fix Gitea paging and claim verification functionality - Update orchestrator control plane and dual mode handling - Adjust output poster implementation - Update dependencies across affected crates
- Add test_ranking_kg.md documentation file - Add events.rs module for control plane event handling
Keep the listener cursor stable across transient fetch and claim failures, honor agent aliases, and ignore self-authored acknowledgements so summons are not lost or looped. Also make performance benchmark baselines schema-safe and clear the current routing test lint failures so PR validation can pass.
507d215 to
21dc532
Compare
This was referenced Apr 12, 2026
Contributor
Author
PR Split CompleteThis PR has been split into 4 atomic PRs for clean review:
Merge order: #793 and #791 are independent. #794 depends on #793. #792 is independent. All pass pre-commit checks (fmt, clippy, build, test). This PR can be closed once the above are merged. |
Contributor
Author
|
Closing as superseded by #791. #791 is the canonical GNU/MUSL fallback update PR and has already been refreshed against current main and merged. This branch still carries unrelated stale tracker/listener/performance history beyond the intended update fix, so keeping it open would only preserve duplicate and wrong-scope changes in the queue. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fix for autoupdate failing when releases only publish MUSL binaries (missing GNU binaries).
Root Cause
Changes
Skip Rust cache for x86_64-unknown-linux-gnu (release-comprehensive.yml:157)
Prioritize signed archives over raw binaries (terraphim_update/src/lib.rs:644-667)
.tar.gz) contain Ed25519 signatures and are verified before installAdd MUSL SHA256 fallback for Homebrew (release-comprehensive.yml:735-756)
Verification
cargo check -p terraphim_updatepassescargo test -p terraphim_updatepasses (28 tests)Testing
Can be validated by:
terraphim-agent check-updateafter downgrade to verify fallbackRefs #791